home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / freesco.igz / freesco.img / router / etc / portfw.cfg < prev    next >
Encoding:
Text File  |  2003-06-20  |  1.2 KB  |  44 lines

  1. ## System portforwarding config.
  2.  
  3. # Examples:
  4. # NOTE: replace this (1.2.3.4) IP addr with the IP of your internal client PC.
  5.  
  6. # tcp,81,80,1.2.3.4
  7. # This command will make your internal www server at 1.2.3.4:80
  8. # worldwide visible on your external address x.y.z.n:81
  9.  
  10. # To forward a range of ports use these commands:
  11. # tcp,2300,-2400,1.2.3.4
  12. # udp,2300,-2400,1.2.3.4
  13. # Both tcp and udp 2300-2400 are forwarded to the same ports of 1.2.3.4
  14.  
  15. # Haveing problems with playing games on internet!
  16.  
  17. # You will have to port-forward a few ports.
  18. # Which ones depends on your game.
  19. # Just use the correct ports for your game!
  20. # Here is a good place to look 
  21. # http://www.practicallynetworked.com/sharing/app_port_list.htm
  22.  
  23. # These settings are for AOE II!
  24. # tcp,47624,47624,1.2.3.4
  25. # tcp,28800,29000,1.2.3.4
  26. # tcp,2300,-2400,1.2.3.4
  27. # udp,2300,-2400,1.2.3.4
  28. # tcp,6667,6667,1.2.3.4
  29.  
  30. # These are for most directx games
  31. # tcp,47624,47624,1.2.3.4
  32. # tcp,7170,7170,1.2.3.4
  33. # tcp,2092,2092,1.2.3.4
  34. # tcp,2300,-2400,1.2.3.4
  35. # udp,2300,-2400,1.2.3.4
  36.  
  37. # These ports are for a netmeeting (not required for most functions)
  38. # tcp,1731,1731,1.2.3.4
  39. # tcp,1720,1720,1.2.3.4
  40. # tcp,1503,1503,1.2.3.4
  41. # tcp,522,522,1.2.3.4
  42. # tcp,389,389,1.2.3.4
  43.  
  44.